Skip to main content
Version: current

Meeting Invite - Delete meeting invites

This API deletes one or more meeting invites for a specific meeting

Path Parameters
    meetingId string required

    The meeting ID for which to delete invites

    Example: sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277
Header Parameters
    Authorization string required

    You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
    Content-Type string

    The content type should be application/json

    Example: application/json
Request Body
    meetingInviteIds string[]

    Array of meeting invite IDs to delete

Responses

Success


Schema
    success boolean

    Whether the delete operation was successful

Loading...